DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / ValueForKeyPath Method

In This Topic
    ValueForKeyPath Method (C1CollectionViewSource<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function ValueForKeyPath( _
       ByVal keyPath As Foundation.NSString _
    ) As Foundation.NSObject
    public virtual Foundation.NSObject ValueForKeyPath( 
       Foundation.NSString keyPath
    )

    Parameters

    keyPath
    See Also